Welcome![Sign In][Sign Up]
Location:
Search - game of life

Search list

[OpenGL programcael-1.5.tar

Description: 它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,但不支持3D.可能的网格尺寸只受限于处理器的处理能力和内存大小.用户可以放大网格,直到其尺寸填满整个窗口 也可缩小网格直到整个网格是可见的. -CAEL stands for Cellular Automata Engine (Life). It runs a cellular automata simulation with a set of rules that can be Conway s game of life but can be changed to run a wide variety of other cellular automata systems as well. It uses OpenGL for graphics, but is not 3D. Possible grid size is limited only by processor power and memory. The user can zoom in until a single cell fills the window, and out until the whole grid is visible
Platform: | Size: 8011 | Author: 韦小宝 | Hits:

[Bio-Recognizelife32

Description: Life32 is a program to animate an manipulate cellulair automa akin to Conway s Game of Life (GoL). 一个国外模拟生命细胞活动的小程序,我到现在还是搞得不是很懂,大家看看吧-Life32 is a program to animate an automa manipulate cellulair Conway s akin to the Game of Life (GoL). A life abroad simulation of small cell procedures to now, I was not really understand them or manner, we look at it
Platform: | Size: 1255187 | Author: 马龙骧 | Hits:

[Windows DevelopText18

Description: 人们曾疯魔一种被称作“生命游戏”的小游戏,这种游戏相当简单。假设有一个像棋盘一样的方格网,每个方格中放置一个 生命细胞,生命细胞只有两种状态:“生”或“死-it has been a crazy magic known as the "Game of Life" small games, this game is quite simple. Suppose a chessboard like the same square grid, each box had placed a living cell, cell life only two states : "Health" or "dead
Platform: | Size: 1591 | Author: jjin | Hits:

[WinSock-NDISGameOfLife1_0

Description: Game Of Life 的并行程序 在MPI的下设计的C语言程序:GameOfLife1_0.c 在2D版本,3D正在制做中。-Game Of Life parallel procedures in the design of MPI C Programming Language : GameOfLife1_0.c version of the 2D, 3D which is being produced.
Platform: | Size: 2095 | Author: 爱老婆 | Hits:

[Game Programjavalivegame

Description: 一个JAVA编的生命游戏.是模仿生物生死发展过程的.-a series of the game of life. Yes mimic biological fate of the development process.
Platform: | Size: 32288 | Author: 李剑宝 | Hits:

[Other GamesGame

Description: 智慧经典.[美]伊万·莫斯科维奇.生命的游戏:出人意料的几何趣题非常有趣味的一本书,不看白不看-Classical wisdom. [U.S.] Ivan Moscovici. The game of life: the unexpected geometric interesting question is interesting in a book, does not look white does not look
Platform: | Size: 39620608 | Author: 周松桂 | Hits:

[matlablife

Description: :元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于 自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自 动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具-MATLAB s version of Conway s Game of Life. "Life" is a cellular automaton invented by John Conway that involves live and dead cells in a rectangular, two-dimensional universe. In MATLAB, the universe is a sparse matrix that is initially all zero. Whether cells stay alive, die, or nerate new cells depends upon how many of their eight possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the universe. Pressing the "Start" button automatically seeds this universe with several small random communities. Some will succeed and some will fail.
Platform: | Size: 2048 | Author: zhangziliang | Hits:

[Software Engineeringlife-game--serial

Description: 串行方式下 生命游戏实现代码,C语言编程-Game of Life in serial mode code, C language programming
Platform: | Size: 53248 | Author: zouhongwei | Hits:

[Windows Developgame

Description: 说明 生命游戏 ( game of life ) 为 1970 年由英国数学家 J. H. Conway 所提出,某一细胞的邻居 包 括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下: 孤单死亡:如果细胞的邻居小于一个,则该细胞在下一次状态将死亡。 拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一次状态将死亡。 稳定:如果细胞的邻居为二个或三个,则下一次状态为稳定存活。 复活:如果某位置原无细胞存活,而该位置的邻居为三个,则该位置将复活一细胞。-Game of Life (game of life) for 1970 by the British mathematician JH Conway, a cell' s neighbors, including the up, down, left, right, upper left, lower left, upper right and lower right cells adjacent to the rules of the game are as follows : lonely death: If the neighbors of the cell is less than one, then the cell next time a state of death. Crowded death: cell neighbors in more than four, the next state of the cell death. Stable: if the cell neighbors for two or three, the next state is stable survival. Resurrection: If a position formerly cell survival, and the location of the neighbors three, the position will be resurrected cells.
Platform: | Size: 1024 | Author: 张兴杰 | Hits:

[Linux-Unixlife.tar

Description: Conway s Game of Life implementation in C
Platform: | Size: 2048 | Author: rusty | Hits:

[Windows DevelopLife-game

Description: CA生命游戏,基于元胞自动机,使用c的easy进行界面设计-CA Game of Life, based on cellular automata, the use of c easy interface design
Platform: | Size: 10240 | Author: huanganfeng | Hits:

[Other GamesLIFE

Description: 一个生命游戏的程序,可以显示你存活的细胞数。-A Game of Life program that can show you the number of viable cells.
Platform: | Size: 1024 | Author: 王雄伟 | Hits:

[JSP/Javalife

Description: 一个写了一半的生命游戏,我有什么好解释的?-One wrote a half game of life, I have a good explanation?
Platform: | Size: 15360 | Author: Albert Liu | Hits:

[Otherlife

Description: 康威的生命游戏,也简称为生命,游戏是在1970年由英国数学家约翰·霍顿康威制定的-The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970
Platform: | Size: 2048 | Author: JIANG WEI | Hits:

[Othergame-of-life

Description: 假设有一个像棋盘一样的方格网,每个方格中放置一个生命细胞,生命细胞只有两种状态:“生”或“死”。-Suppose you have a like a checkerboard grid, each box placed in a living cell, the cell life only two states: life or die .
Platform: | Size: 4096 | Author: wangyanhong | Hits:

[JSP/Javalife

Description: Game of Life Nice Interface
Platform: | Size: 31744 | Author: peds ragon | Hits:

[Other GamesLife-Game

Description: 生命游戏的matlab代码,具有一定的学习和娱乐价值-Game of Life matlab code, with some learning and entertainment value
Platform: | Size: 1024 | Author: 廖雨农 | Hits:

[Otherlive-Game

Description: 建立于C语言的一个游戏程序, 设计的生命游戏-Founded in C language program a game, Game of Life Design
Platform: | Size: 2048 | Author: xuren | Hits:

[Game ProgramGame of life

Description: 在Eclipse平台上通过GUI组件建立一个可视化图形界面的生命游戏。包含自动演化 停止 设置演化间隔 设置初始图形 随机生成等功能(A graphical interface for life games)
Platform: | Size: 11264 | Author: 维萨得 | Hits:

[matlab生命游戏

Description: 本程序运用MATLAB,用最简约的代码实现了元胞自动机生命游戏模型,其中利用矩阵计算的形式,减少了一般生命游戏模型代码的判断语句,增加了程序的简洁性并且提高了运行效率(This procedure using MATLAB, with the most simple code to achieve a cellular automaton model of the game of life, using the matrix computation form, reduce the general judgment statement life game model code, increases the simplicity of the procedure and improve the efficiency)
Platform: | Size: 5120 | Author: FTW | Hits:
« 1 2 3 45 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net